Welcome![Sign In][Sign Up]
Location:
Search - delphi console

Search list

[Windows DevelopMicrosoft Management Console (MMC) idls translatio

Description: Delphi的Microsoft MMC(管理控制台)头文件。-Delphi Microsoft MMC (Management Console) headers.
Platform: | Size: 13301 | Author: 杨文捷 | Hits:

[Delphi VCLconsole

Description: 用Delphi写的console程序,用于下载网络上的各种文件,供新手学习CONSOLE程序的开发
Platform: | Size: 680350 | Author: xie3ge | Hits:

[ConsolePASSCAL高级计算器

Description: Delphi控制台编的高级计算器,PASCAL也能运行-super computer by delphi console,can running by pascal
Platform: | Size: 180940 | Author: 杨鹞 | Hits:

[Communication-Mobilesynaser

Description: Synapse串口同步库。功能有:它不是控件,而只是代码库。适合编写控制台应用服务或其它应用;不需要安装;读写数据的方法和Synapse提供的TTCPBlockSocket一样;支持MODEM的AT指令;支持RTS驱动的通讯(例如:RS-485适配器)。功能无限制。源代码:包含。适用语言:CB3 CB4 CB5 D2 D3 D4 D5-Synapse serial synchronous library. Function: it is not control, but only code base. Suitable for the preparation of the console application services or other applications do not need to install read and write data and Synapse as provided TTCPBlockSocket support the AT commands MODEM support RTS-driven communications (for example: RS-485 adapter). Features unlimited. Source code: contains. Applicable language: CB3 CB4 CB5 D2 D3 D4 D5
Platform: | Size: 14336 | Author: 站长 | Hits:

[Windows DevelopMicrosoft Management Console (MMC) idls translatio

Description: Delphi的Microsoft MMC(管理控制台)头文件。-Delphi Microsoft MMC (Management Console) headers.
Platform: | Size: 13312 | Author: 杨文捷 | Hits:

[ConsolePASSCAL高级计算器

Description: Delphi控制台编的高级计算器,PASCAL也能运行-super computer by delphi console,can running by pascal
Platform: | Size: 180224 | Author: 杨鹞 | Hits:

[Process-ThreadVirtualMemory

Description: program VirtualMemory {$APPTYPE CONSOLE} uses SysUtils, Windows const PageSize = 4096 //定义页面大小 var VmAddress, CommitAddress: Pointer //存放虚拟内存基址 Text: Pchar begin //保留二页虚拟内存 VmAddress := VirtualAlloc(nil, PageSize * 2, MEM_RESERVE, PAGE_READWRITE) if not Assigned(VmAddress) then begin WriteLn( 保留虚拟内存失败! ) ExitProcess(0) end else WriteLn(Format( 保留虚拟内存成功, 基址为:[%8.8x]! , [Longint(VmAddress)])) //提交第二页虚拟内存 CommitAddress := Pointer(Longint(VmAddress) + PageSize) CommitAddress := VirtualAlloc(CommitAddress, PageSize, MEM_COMMIT, PAGE_READWRITE) if not Assigne-program VirtualMemory ($ APPTYPE CONSOLE) uses SysUtils, Windows const PageSize = 4096// definition pages size var VmAddress, CommitAddress : Pointer// virtual memory-based storage site Text : Pchar begin// reservations two virtual memory VmAddress : = VirtualAlloc (nil. PageSize* 2, MEM_RESERVE, PAGE_READWRITE) if not Assigned (VmAddress) then begin WriteLn (reservations virtual memory failure!) ExitProcess (0) end else WriteLn (Format (virtual memory retention success, sites : [% 8.8x ]! [Longint (VmAddress)]))// to the second page virtual memory CommitAddress : = Pointer (Longint (VmAddress) PageSize) CommitAddress : = VirtualAlloc (CommitAddress, PageSize, MEM_COMMIT, PAGE_READWRITE) if not Assigne
Platform: | Size: 23552 | Author: 黄春标 | Hits:

[Console计算机远程监控

Description: 计算机远程监控,可以对局域网内的所有计算机进行远程控制,能进行锁定,开关机,进程控制,发送消息,发送控制台命令。-Control all computers in a LAN, can lock, close or startup them, and can also control their processes, send message and console command to them.
Platform: | Size: 862208 | Author: 八戒 | Hits:

[Internet-NetworkARP缓存

Description: 显示ARP缓存信息.A R P高效运行的关键是由于每个主机上都有一个A R P高速缓存。这个高速缓存存放了最 近I n t e r n e t地址到硬件地址之间的映射记录。高速缓存中每一项的生存时间一般为2 0分钟,起 始时间从被创建时开始算起。-show ARP cache information. A R P efficient operation, the key is for each console has a high P A R speed cache. The cache storage of the recently I n e t t e r n address to the hardware address mapping records. Each cache of a general survival time of 2 minutes, starting from the time when the creation counted.
Platform: | Size: 260096 | Author: 杨龙江 | Hits:

[OS programReadMBR

Description: 使用C/VC++ 实现 直接读取硬盘MBR区域的数据,以十六进制的方式输出到控制台。-Use C/VC++ Direct read the hard disk MBR region data to hexadecimal output to the console.
Platform: | Size: 855040 | Author: | Hits:

[Delphi VCLconsole

Description: 用Delphi写的console程序,用于下载网络上的各种文件,供新手学习CONSOLE程序的开发-Using Delphi to write the console program for downloading various files on the network for the novice to learn the development process CONSOLE
Platform: | Size: 679936 | Author: xie3ge | Hits:

[Delphi VCLoracle80

Description: delphi实现oracle数据的导入导出,通过调用A控制台命令!-delphi achieve the oracle data import and export, by calling the A console command!
Platform: | Size: 320512 | Author: zx | Hits:

[Remote Controlspy

Description: 实现远程计算机CPU当前使用率,内存使用率,进程创建、终止,文件操作,网络数据包监视,可查看、 关闭系统当前控制进程。可运行远程控制台(完全等同于本机操作),控制台命令已知cd命令无效。 注销远程用户登陆,关闭、重启计算机,给远程计算机发送消息-Remote computer CPU current usage, memory usage, process creation, termination, file operations, network packet monitoring, to view, the current control of the process to shut down the system. Can run a remote console (exactly the same as the local operation), the console command known cd command is invalid. Write-off of the remote user login, shut down, restart your computer, send messages to the remote computer
Platform: | Size: 189440 | Author: 断流风 | Hits:

[Delphi VCLMyIEBar

Description: 用delphi编写的my ie bar, ...Console...IE_BAR...IETool...MouseHook -Delphi prepared with my ie bar, ... Console ... IE_BAR ... IETool ... MouseHook
Platform: | Size: 683008 | Author: karlson | Hits:

[Delphi/CppBuilderconsole

Description: 对于学习很有帮助,我个人也很喜欢。大家有什么问题的也可以交流反馈一下。-Very useful for learning, I personally liked. That there is no problem you can exchange feedback.
Platform: | Size: 23552 | Author: 陈杰鹏 | Hits:

[Internet-Networkopen3389

Description: 不用重启,开3389,控制台程序,无黑窗口,hacker必备-Do not restart, open 3389, the console program, non-black window, hacker must
Platform: | Size: 81920 | Author: 宫炎辉 | Hits:

[Windows Developmail

Description: Delphi program to send Email useig API from console applications with the source code
Platform: | Size: 7168 | Author: errorneo | Hits:

[Delphi VCLConsoleHex

Description: Exemple about Console Hex
Platform: | Size: 23552 | Author: discovery2009 | Hits:

[Delphi VCLRemShell

Description: lite console application thats binds shell on local PC for connect with netcat
Platform: | Size: 4096 | Author: WinSvc | Hits:

[Windows Develop2_1

Description: delphi开发入门console程序,很好的入门程序的哦(How to use delphi to delevlop the application,good example.)
Platform: | Size: 21504 | Author: sunrtx | Hits:
« 12 3 »

CodeBus www.codebus.net